home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'FPTAbout.pas' rev: 3.00
-
- #ifndef FPTAboutHPP
- #define FPTAboutHPP
- #include <ShellAPI.hpp>
- #include <StdCtrls.hpp>
- #include <ExtCtrls.hpp>
- #include <DsgnIntf.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Fptabout
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TPTFrmAbout;
- class PASCALIMPLEMENTATION TPTFrmAbout : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TLabel* CopyrightTxt;
- Stdctrls::TLabel* ProductTxt;
- Stdctrls::TLabel* VersionTxt;
- Extctrls::TBevel* Bevel1;
- Stdctrls::TButton* Button1;
- Stdctrls::TButton* CloseBtn;
- Extctrls::TPanel* Panel1;
- Extctrls::TImage* Image1;
- Extctrls::TPanel* Panel2;
- void __fastcall Button1Click(System::TObject* Sender);
- void __fastcall FormCreate(System::TObject* Sender);
-
- public:
- /* class method */ static void __fastcall Execute(System::TMetaClass* vmt, System::AnsiString
- aProduct, System::AnsiString aYear, int aVersion, int aPatch);
- /* class method */ static void __fastcall ExecuteCtl(System::TMetaClass* vmt, System::AnsiString
- aProduct, System::AnsiString aYear, System::AnsiString aCtlName, int aVersion, int aPatch);
- public:
-
- /* TCustomForm.Create */ __fastcall virtual TPTFrmAbout(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TPTFrmAbout(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TPTFrmAbout(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TPTFrmAbout(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE TPTFrmAbout* PTFrmAbout;
-
- } /* namespace Fptabout */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Fptabout;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // FPTAbout
-